org.eclipse.vtp.framework.interactions.core.media
Class ReferencedContent
java.lang.Object
org.eclipse.vtp.framework.interactions.core.media.Content
org.eclipse.vtp.framework.interactions.core.media.ReferencedContent
public class ReferencedContent
- extends Content
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATIC_REF
public static final int STATIC_REF
- See Also:
- Constant Field Values
VARIABLE_REF
public static final int VARIABLE_REF
- See Also:
- Constant Field Values
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
- See Also:
- Constant Field Values
ReferencedContent
public ReferencedContent()
ReferencedContent
public ReferencedContent(org.w3c.dom.Element element)
getReferencedName
public java.lang.String getReferencedName()
getReferenceType
public int getReferenceType()
setStaticReferencedName
public void setStaticReferencedName(java.lang.String name)
setVariableReferencedName
public void setVariableReferencedName(java.lang.String name)
store
public org.w3c.dom.Element store(org.w3c.dom.Element element)
- Specified by:
store in class Content
getContentType
public java.lang.String getContentType()
- Specified by:
getContentType in class Content
isDataAware
public boolean isDataAware()
- Overrides:
isDataAware in class Content
captureData
public Content captureData(IDataSet dataSet)
- Overrides:
captureData in class Content
isResolvable
public boolean isResolvable()
- Overrides:
isResolvable in class Content
resolve
public java.util.List resolve(IMediaProvider mediaProvider)
- Overrides:
resolve in class Content
createCopy
public Content createCopy()
- Specified by:
createCopy in class Content